Uses of Interface
negotiator.NegotiationEventListener

Packages that use NegotiationEventListener
negotiator.protocol   
negotiator.tournament   
 

Uses of NegotiationEventListener in negotiator.protocol
 

Methods in negotiator.protocol that return types with arguments of type NegotiationEventListener
 java.util.ArrayList<NegotiationEventListener> Protocol.getNegotiationEventListeners()
           
 

Methods in negotiator.protocol with parameters of type NegotiationEventListener
 void Protocol.addNegotiationEventListener(NegotiationEventListener listener)
           
 void BilateralAtomicNegotiationSession.addNegotiationEventListener(NegotiationEventListener listener)
           
 void Protocol.removeNegotiationEventListener(NegotiationEventListener listener)
           
 void BilateralAtomicNegotiationSession.removeNegotiationEventListener(NegotiationEventListener listener)
           
 

Uses of NegotiationEventListener in negotiator.tournament
 

Constructors in negotiator.tournament with parameters of type NegotiationEventListener
TournamentRunner(java.util.List<Protocol> sessions, NegotiationEventListener ael)
           
TournamentRunner(NegotiationEventListener ael, boolean distributed, java.lang.String sessionname)
           
TournamentRunner(Tournament t, NegotiationEventListener ael)
           
TournamentRunner(Tournament t, NegotiationEventListener ael, boolean runSingleSession)